-
Couldn't load subscription status.
- Fork 117
fix: Track attributes for new PDO subclasses & span hierarchy #338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #338 +/- ##
============================================
+ Coverage 79.45% 79.70% +0.24%
- Complexity 1772 1787 +15
============================================
Files 137 137
Lines 7568 7626 +58
============================================
+ Hits 6013 6078 +65
+ Misses 1555 1548 -7 Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
0a52bb3 to
782f9dc
Compare
|
@cedricziel - is this ready to merge? |
|
@brettmc ready! |
This adds connection tracking to the new pdo subclasses in PHP 8.4
It also fixes an issue where the hierarchy of a trace was not correctly maintained.
Also combines attribute tracking into one cohesive method.
Fixes: open-telemetry/opentelemetry-php#1469
Context: https://www.php.net/releases/8.4/en.php#pdo_driver_specific_subclasses